sidebarrow: Hide busy_spinner by default
authorErnestas Kulik <ernestask@gnome.org>
Fri, 3 Aug 2018 10:29:07 +0000 (13:29 +0300)
committerErnestas Kulik <ernestask@gnome.org>
Fri, 3 Aug 2018 10:29:07 +0000 (13:29 +0300)
Since the original implementation was likely based on GTK+ 3, the change
in default visibility might have not been considered, which results in
all rows suddenly sporting a visible spinner when opening a fresh file
chooser.

gtk/ui/gtksidebarrow.ui

index aebe097e1b3865a16a1a8a246a37df8bca24c627..6462f9bbdbee4c4f680d471c8a6cb90110b95e54 100644 (file)
@@ -60,6 +60,7 @@
                 <property name="halign">center</property>
                 <property name="valign">center</property>
                 <property name="margin-start">4px</property>
+                <property name="visible">False</property>
               </object>
             </child>
           </object>